home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AviSynthPlugins / Cnr2.xml < prev    next >
Extensible Markup Language  |  2004-10-01  |  3KB  |  56 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="Cnr2">
  4.   <description />
  5.   <filters>
  6.     <filter name="Cnr2" category="Processing" helpfile="cnr2" type="clip">
  7.       <description>Reduces the noise on the chroma (UV) and preserves the luma (Y).</description>
  8.       <colorspaces>
  9.         <colorspace>yv12</colorspace>
  10.         <colorspace>yuy2</colorspace>
  11.       </colorspaces>
  12.       <parameters>
  13.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  14.           <description />
  15.           <items />
  16.         </parameter>
  17.         <parameter name="mode" type="string" default="oxx" max="0" min="0" step="0" optional="True" paramList="False">
  18.           <description>mode of each components, "YUV" two modes are possible: wide ('o') and narrow ('x') narrow mode is more sensible to variations, and less effective</description>
  19.           <items />
  20.         </parameter>
  21.         <parameter name="scdthr" type="int" default="8" max="0" min="0" step="0" optional="True" paramList="False">
  22.           <description>scenechange detection threshold. lower it to make scd more sensible. if a scenechange is detected, cnr2 will reset the filtering for the new scene. </description>
  23.           <items />
  24.         </parameter>
  25.         <parameter name="ln" type="int" default="35" max="255" min="0" step="0" optional="True" paramList="False">
  26.           <description>the n values are the movement sensibility: higher values will denoise more, but could produce ghosting artifacts the m values are the maximum effectiveness of the denoiser : lower them to reduce the denoising effect. l=luminance, uv=chroma</description>
  27.           <items />
  28.         </parameter>
  29.         <parameter name="lm" type="int" default="192" max="255" min="0" step="0" optional="True" paramList="False">
  30.           <description>The m values are the maximum effectiveness of the denoiser : lower them to reduce the denoising effect.</description>
  31.           <items />
  32.         </parameter>
  33.         <parameter name="un" type="int" default="47" max="255" min="0" step="0" optional="True" paramList="False">
  34.           <description />
  35.           <items />
  36.         </parameter>
  37.         <parameter name="um" type="int" default="255" max="255" min="0" step="0" optional="True" paramList="False">
  38.           <description />
  39.           <items />
  40.         </parameter>
  41.         <parameter name="vn" type="int" default="47" max="255" min="0" step="0" optional="True" paramList="False">
  42.           <description />
  43.           <items />
  44.         </parameter>
  45.         <parameter name="vm" type="int" default="255" max="255" min="0" step="0" optional="True" paramList="False">
  46.           <description />
  47.           <items />
  48.         </parameter>
  49.         <parameter name="log" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  50.           <description>to log scd internals. use DebugView to see it.</description>
  51.           <items />
  52.         </parameter>
  53.       </parameters>
  54.     </filter>
  55.   </filters>
  56. </plugin>